home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / fpl-v13.readme < prev    next >
Text File  |  1995-10-06  |  2KB  |  67 lines

  1. Short:    Interpreting C-like language library. Version 13.8
  2. Author:   Daniel Stenberg
  3. Uploader: Daniel.Stenberg@sth.frontec.se
  4. Type:     dev/lang
  5.  
  6. TITLE
  7.         FPL
  8.  
  9. VERSION
  10.         13.8
  11.  
  12. COMPANY
  13.         FrexxWare
  14.  
  15. DESCRIPTION
  16.         FPL is an interpreting script/macro language shared library,
  17.         designed to be flexible and easy inserted in any code.
  18.  
  19.         FPL is a complete script programming language _very_ similar
  20.         to C. If you are a software developer and plan to add any
  21.         kind of macro/script control, consider the FPL alternative!
  22.  
  23.         FPL library lets the software programmer define functions
  24.         and variables that FPL should accept. The library will call
  25.         a function in the software whenever any of these functions
  26.         are used or variables are read in an FPL program.
  27.  
  28.         FPL is portable to any modern operating system, and the
  29.         package includes binaries for Amiga, OS/2 and Intel SVR4
  30.         UNIX. Source is included.
  31.  
  32.         The language FPL includes features like:
  33.  
  34.         o Full ANSI C syntax statements with semicolon separations.
  35.  
  36.         o String, integer/long, char and short variables, including
  37.           multidimensional arrays.
  38.  
  39.         o 100% ANSI C operator precedence and expression syntax/
  40.           evaluation.
  41.  
  42.         o A subset of the ANSI C function declaration and prototyping
  43.           syntax and concepts. The use of functions is exactly as C.
  44.  
  45.         o Fully recursive, fully re-entrant.
  46.  
  47.         o while, for, if, do, break, continue, else, int, exit, char,
  48.           long, register, auto, volatile, typedef, const, switch and
  49.           return are 100% ANSI C compatible. 'while' has been extended
  50.           with an 'else' support and 'break' with a multi level break
  51.           option.
  52.  
  53.         o A number of internal functions which include: strcmp,
  54.           strncmp, strstr, atoi, strtol, strlen, abs, sprintf and the
  55.           FPL specific substr, eval, ltostr and interpret!
  56.  
  57. NEW FEATURES (since v11)
  58.  
  59.         o sscanf() is built-in
  60.         o improved debugger
  61.         o strings can be joined with '+'
  62.         o lots of minor and major bugs have been removed
  63.         o and lots of other details
  64.  
  65. DISTRIBUTABILITY
  66.         Free software, Copyright
  67.